Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / Load Method / Load(Stream,Nullable<Rectangle>) Method
The source stream.
Clipping rectangle of the image to be loaded.

In This Topic
    Load(Stream,Nullable<Rectangle>) Method
    In This Topic
    Loads the image from a stream. JPEG, PNG, WEBP formats are supported.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal stream As System.IO.Stream, _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    ) 
    public void Load( 
       System.IO.Stream stream,
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    stream
    The source stream.
    clipRect
    Clipping rectangle of the image to be loaded.
    See Also